VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprCurvilinearSlice Class / MprCurvilinearSlice Constructors / MprCurvilinearSlice Constructor(MprImage,VintasoftPoint3D,VintasoftVector3D,VintasoftPoint[],VintasoftVector3D,Double)
Syntax Exceptions Requirements SeeAlso
In This Topic
MprCurvilinearSlice Constructor(MprImage,VintasoftPoint3D,VintasoftVector3D,VintasoftPoint[],VintasoftVector3D,Double)
In This Topic
Initializes a new instance of the MprCurvilinearSlice class.
Syntax

Parameters

mprImage
MPR image.
location
Location of the MPR curvilinear slice.
xAxis
The X-axis direction vector of the MPR curvilinear slice.
curvePoints
X-axis curve points of the MPR curvilinear slice.
yAxis
The Y-axis direction vector of the MPR curvilinear slice.
height
Height of the MPR curvilinear slice.
Exceptions
ExceptionDescription
Thrown if mprImage is null.
Thrown if X-axis or Y-axis direction vector is not a unit vector.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also